home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / usr / include / utempter.h < prev   
Encoding:
C/C++ Source or Header  |  1999-08-10  |  255 b   |  13 lines

  1.  
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5.  
  6. void addToUtmp(const char *pty, const char *hostname, int cmdfd);
  7. void removeFromUtmp(void);    /* removes the last pty added to utmp */
  8. void removeLineFromUtmp(const char * pty, int fd);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.